home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
change
/
source
/
include
/
filereq.h
< prev
next >
Wrap
C/C++ Source or Header
|
1984-07-17
|
208b
|
12 lines
// $VER: FileReq.h 1.3 (05.02.96)
#ifndef SDI_FILEREQ_H
#define SDI_FILEREQ_H
#include <dos/dos.h>
#define FILEREQ_MODE_OPEN MODE_OLDFILE
#define FILEREQ_MODE_SAVE MODE_NEWFILE
#endif /* SDI_FILEREQ_H */